@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap');

footer {
  background-color: #fff;
  color: black;
  padding: 10px 0;
  text-align: center;
  position: inline-block;
  bottom: 0;
  width: 100%;
  margin-bottom: -8px;
}

#reminder {
  font-size: 10pt;
  font-style: italic;
}

html{
  width: 100%;
  margin-right: -190px;
  margin-left: -8px;
  margin-top: -8px;
}

body{
  width: 100%; 
  height: 100%; 
  font-family:'Poppins', sans-serif;
}

.headerimage img{
  width: 100%;
  height: 500px;
}

.header {
  overflow: hidden;
  background-color: #fff;
  padding: 20px 10px;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 40px;
  font-weight: bold;

}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: dodgerblue;
  color: white;
}

.header-right {
  float: right;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
}



.align-center {
  display: flex;
  align-items: center;
}


.responsive {
  width: 70px;
  height: auto;
}

  h1{
    color: black;
    text-align: center;
    font-style: italic;
    font-size: 90px;
    background-color: rgb(80,80,80) ;
    border: 2px solid black;
    padding: 15px;
    margin-top: -7px;
    }

  h2{
    text-align: center;
    font-size: 60px;
    margin-left: 140px;
  } 

.Introduce{
  display: flex; 
  align-items: center;
  justify-content: flex-start;
  margin-bottom:100px;
  font-size:20px;
}

.picture{
  margin-left: 10px;
  margin-right:50px;
  height:auto;
}

head{
    box-sizing: border-box;
  }

section .animate {
    transition: 1s;
}


  /*header*/
  .row .animate {
    transform: translateX(-100%);
    margin-bottom: 20px;
  }
  
  .row.show-animate .animate {
    transform: translateX(0);
  }
 /*image*/
  .row .animate img{
    max-width: 200px;
    transform: translateX(-100%);
    margin-right: 50px;
  }
  
  .row.show-animate .animate img{
    transform: translateX(0);
  }
   
 /*image2*/
  .animate2 .animate img{
    max-width: 200px;
    transform: translateX(-100%);
    margin-right: 50px;
    margin-top: -80px;
    
  }

  .animate2.show-animate .animate img{
    transform: translateX(0);
  }
 /*arrange style*/
.animate{
  display: flex; 
  align-items: center;
  justify-content: flex-start;
  margin-bottom:100px;
  font-size:20px;
}

 /*paragraph*/
.row .animate .p1{
  transform: translateX(0%);
}

.row.show-animate .animate .p1{
  transform: translateX(0);
}

.arrow img{
  margin-left:220px;
  margin-top: -90px;
}

.row .animate .arrow img{
  max-width: 200px;
  transform: translateX(15%);
}

.row.show-animate .arrow{
  transform: translateX(0);
}

/*header*/
.animate2 .animate {
  transform: translateX(-100%);
  margin-top: 100px;
}

.animate2.show-animate .animate {
  transform: translateX(0);
}

#paragraph{
  margin-top: -180px;
}

.animate2 .arrow2 img{
  margin-left: 260px;
  margin-top: -300px;
}

.animate2 .animate .arrow2 img{
  max-width: 200px;
  transform: translateX(0);
}

.animate2.show-animate .arrow2{
  transform: translateX(0);
}

/*before end*/
.b4footer{
  align-items: center;
  text-align: center;
  border: solid black;
}

.b4footer .head5{
  font-size: 50px;
  margin-bottom: -10px;
}

.divcolumn{
  display: flex;
}

.divcolumn img{
border: solid black;
}

.column{
  width: 33.33%;
}

h6{
  font-size: 20px;
}